var runtime.gcphase
24 uses
runtime (current package)
malloc.go#L910: if gcphase == _GCmarktermination {
malloc.go#L1143: if gcphase != _GCoff {
mfinal.go#L79: if gcphase != _GCoff {
mgc.go#L186: var gcphase uint32
mgc.go#L213: atomic.Store(&gcphase, x)
mgc.go#L214: writeBarrier.needed = gcphase == _GCmark || gcphase == _GCmarktermination
mgc.go#L476: if cycle == n+1 || (gcphase == _GCmark && cycle == n+2) {
mgc.go#L489: if gcphase != _GCmark {
mgc.go#L546: if !memstats.enablegc || panicking != 0 || gcphase != _GCoff {
mgc.go#L787: if !(gcphase == _GCmark && work.nwait == work.nproc && !gcMarkWorkAvailable(nil)) {
mgc.go#L971: if gcphase != _GCoff {
mgc.go#L1360: if gcphase != _GCmarktermination {
mgc.go#L1456: if gcphase != _GCoff {
mgcpacer.go#L1094: if gcphase != _GCoff {
mgcpacer.go#L1201: if gcphase != _GCoff {
mgcwork.go#L141: if flushed && gcphase == _GCmark {
mgcwork.go#L191: if flushed && gcphase == _GCmark {
mgcwork.go#L302: if gcphase == _GCmark {
mgcwork.go#L465: if gcphase != _GCoff || work.wbufSpans.free.isEmpty() {
mheap.go#L1827: if gcphase != _GCoff {
proc.go#L4666: if gcphase != _GCoff {
stack.go#L250: if gcphase == _GCoff && s.allocCount == 0 {
stack.go#L500: if gcphase == _GCoff {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)